home *** CD-ROM | disk | FTP | other *** search
- /*
- File: qd library.h
-
- Copyright: © 1984-1994 by Apple Computer, Inc., all rights reserved.
-
- WARNING
- This file was auto generated by the interfacer tool. Modifications
- must be made to the master file.
-
- */
-
- #ifndef qdLibraryIncludes
- #define qdLibraryIncludes
-
- #ifndef graphicsTypesIncludes
- #include "graphics types.h"
- /* #include "math types.h" */
- /* #include <Types.h> */
- /* #include <ConditionalMacros.h> */
- /* #include <MixedMode.h> */
- /* #include <Traps.h> */
- #endif
-
- #ifndef __QUICKDRAW__
- #include <Quickdraw.h>
- /* #include <QuickdrawText.h> */
- /* #include <IntlResources.h> */
- #endif
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern gxPoint *ShortPointToFixed(const Point *, gxPoint *);
- extern Point *FixedPointToShort(const gxPoint *, Point *);
- extern gxRectangle *ShortRectToFixed(const Rect *, gxRectangle *);
- extern Rect *FixedRectToShort(const gxRectangle *, Rect *);
- extern gxColorSet CTableToColorSet(const CTabHandle);
- extern CTabHandle ColorSetToCTable(const gxColorSet);
- extern gxBitmap *ConvertFromQDBitmap(const BitMap *, gxBitmap *);
- extern BitMap *ConvertToQDBitmap(const gxBitmap *, BitMap *);
- extern gxShape BitMapToShape(const BitMap *);
- extern gxShape PixMapToShape(const PixMapHandle);
- extern gxShape GetPixMapShape(short resourceID);
- extern gxShape CICNToMask(CIconHandle iconH);
- extern gxShape CICNToShape(CIconHandle iconH);
- extern gxShape GetCICNMask(long resourceID);
- extern gxShape GetCICNShape(long resourceID);
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-
-